index n. (pl. -es, -dices ) 1.索引。 2.指標,標準,標志。 3.示[食]指 (=index finger)。 4.指數。 5.【印刷】指標,標記,參見號。 6.(刻度盤上的)指針;【機械工程】(銑床)分度(頭)。 7.〔the I-〕【天主教】禁書目錄。 card indexes 卡片索引。 Style is an index of the mind. 風格是心靈的反映。 the cost of living index 生活費指數。 a price index 物價。 an index pin [plate] 指度針[盤]。 a fixed index 固定瞄準器。 vt. 1.為…加索引;把…編入索引,指明,指出。 2.〔美口〕按生活指數調整(價格)。 vi. 加索引。 index arbitrage 【經濟學】指數套利〔指幾乎在同一時間購買和出售股票及相應的期貨,利用其差價賺錢〕。 n. -er 編索引的人。 adj. -ical ,-less adj. 無索引的。
This sample demonstrates techniques for implementing database index space monitoring applications 此示例說明了實現數據庫索引空間監視應用程序的方法。
A z os installation requires that the tables be in different schemas , because of database index requirements 因為數據庫索引的需要, z / os安裝要求這些表在不同的模式中。
By using query optimization , database index , middle base and automatic data update technique , the dw project is very successful . the academic design , the method of implement and the future of insurance industry data warehousing are introduced 通過運用查詢優化技術、數據倉庫索引技術、帶中間庫的三層結構和數據倉庫數據自動更新方案成功地建立了大連人壽保險業務數據倉庫系統。
百科解釋
A database index is a data structure that improves the speed of data retrieval operations on a database table at the cost of slower writes and less storage space. Indices can be created using one or more columns of a database table, providing the basis for both rapid random lookups and efficient access of ordered records.